On Get Value Javascript

Description

An expression that transforms the value of the control when the .getValue() method is called.

Discussion

The On Get Value Javascript event fires when the {dialog.object}.getValue() method is called. This allows you to transform the value returned by the method.

The JavaScript to transform the value can reference a variable called value. The JavaScript must return a value. For example:

Example

return value.toUpperCase();